Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LLDP configuration support #167

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

raviteja-b
Copy link

This commit implements EmitLLDP D-bus property to support configuration of enable/disable LLDP of each ethernet interface.

Tested by:
Set EmitLLDP D-bus property on
xyz.openbmc_project.Network.EthernetInterface

Change-Id: I4ebedff9d3f914219f2f84c861fdee126584a94b

This commit implements EmitLLDP D-bus property to support configuration
of enable/disable LLDP of each ethernet interface.

Tested by:
Set EmitLLDP D-bus property on
xyz.openbmc_project.Network.EthernetInterface

Change-Id: I4ebedff9d3f914219f2f84c861fdee126584a94b
Signed-off-by: Ravi Teja <[email protected]>
@raviteja-b
Copy link
Author

raviteja-b commented Jan 7, 2025

@@ -529,6 +530,21 @@ void Manager::handleAdminState(std::string_view state, unsigned ifidx)
}
}

void Manager::loadDefaultLLDPConfig()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the name is loadDefaultLLDPConfig or storeDefaultLLDPConfig?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically its updating lldp config file with default config during network daemon start

@rfrandse rfrandse merged commit 87ef044 into ibm-openbmc:1110 Jan 7, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants